- containsKey
bool containsKey(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- erase
bool erase(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- expire
int expire()
Undocumented in source. Be warned that the author may not have intended to support it.
- generateSessionId
string generateSessionId(string sessionName)
Undocumented in source. Be warned that the author may not have intended to support it.
- get
string get(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- getRealAddr
string getRealAddr(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- put
bool put(string key, string value, int expire)
Undocumented in source. Be warned that the author may not have intended to support it.
- put
bool put(string key, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- setExpire
void setExpire(int expire)
Undocumented in source. Be warned that the author may not have intended to support it.
- setPrefix
void setPrefix(string prefix)
Undocumented in source. Be warned that the author may not have intended to support it.